[INFO] cloning repository https://github.com/PKD667/beam
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/PKD667/beam" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPKD667%2Fbeam", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPKD667%2Fbeam'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a2a4cb1d339fc9bed87388333ecbcefad13070ed
[INFO] testing PKD667/beam against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPKD667%2Fbeam" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/PKD667/beam
[INFO] finished tweaking git repo https://github.com/PKD667/beam
[INFO] tweaked toml for git repo https://github.com/PKD667/beam written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/PKD667/beam on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/PKD667/beam already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6bc46b53279b2b1a56046e2cdd7f0b4ec774c4b0237fff86b3cd5281791536ef
[INFO] running `Command { std: "docker" "start" "-a" "6bc46b53279b2b1a56046e2cdd7f0b4ec774c4b0237fff86b3cd5281791536ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6bc46b53279b2b1a56046e2cdd7f0b4ec774c4b0237fff86b3cd5281791536ef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6bc46b53279b2b1a56046e2cdd7f0b4ec774c4b0237fff86b3cd5281791536ef", kill_on_drop: false }`
[INFO] [stdout] 6bc46b53279b2b1a56046e2cdd7f0b4ec774c4b0237fff86b3cd5281791536ef
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ef1660cada5cbb685f2af5a252f9329275308765fcd10558bfa96cf502c3fd0c
[INFO] running `Command { std: "docker" "start" "-a" "ef1660cada5cbb685f2af5a252f9329275308765fcd10558bfa96cf502c3fd0c", kill_on_drop: false }`
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling unicase v2.8.1
[INFO] [stderr]    Compiling portable-atomic v1.11.1
[INFO] [stderr]    Compiling serde v1.0.226
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling anstyle-query v1.1.4
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling anstyle v1.0.11
[INFO] [stderr]    Compiling deranged v0.5.4
[INFO] [stderr]    Compiling alloc-stdlib v0.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling gzip-header v1.0.0
[INFO] [stderr]    Compiling brotli-decompressor v2.5.1
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling chunked_transfer v1.5.0
[INFO] [stderr]    Compiling ascii v1.1.0
[INFO] [stderr]    Compiling anstream v0.6.20
[INFO] [stderr]    Compiling clap_lex v0.7.5
[INFO] [stderr]    Compiling adler32 v1.2.0
[INFO] [stderr]    Compiling num_threads v0.1.7
[INFO] [stderr]    Compiling chrono v0.4.42
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling deflate v1.0.0
[INFO] [stderr]    Compiling threadpool v1.8.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling tiny_http v0.12.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling twoway v0.1.8
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling buf_redux v0.8.4
[INFO] [stderr]    Compiling clap_builder v4.5.47
[INFO] [stderr]    Compiling filetime v0.2.26
[INFO] [stderr]    Compiling tagptr v0.2.0
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling brotli v3.5.0
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling bimap v0.6.3
[INFO] [stderr]    Compiling time v0.3.44
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.226
[INFO] [stderr]    Compiling clap_derive v4.5.47
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling zerovec v0.11.4
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling clap v4.5.47
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.3
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.7
[INFO] [stderr]    Compiling rouille v3.6.2
[INFO] [stderr]    Compiling aufbau v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/logic/structure/ast.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::collections::{BTreeSet, HashSet};
[INFO] [stdout]   |                                  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NodeStatus`
[INFO] [stdout]   --> src/logic/structure/ast.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::logic::parse::arena::{ChildRef, NodeId, NodeStatus, ParseArena, Span};
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PrefixSoundnessResult`
[INFO] [stdout]   --> src/validation/completable/mod.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::validation::completability::{PrefixSoundnessResult, check_incremental_feed_replay};
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `segments` is never read
[INFO] [stdout]   --> src/logic/structure/ast.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct FusionForest<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     segments: &'a [Segment],
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_first_set` is never used
[INFO] [stdout]    --> src/logic/structure/ast.rs:457:4
[INFO] [stdout]     |
[INFO] [stdout] 457 | fn push_first_set(tokens: &mut Vec<(usize, Regex)>, next: Vec<Regex>, priority: usize) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `first_set` is never used
[INFO] [stdout]    --> src/logic/structure/ast.rs:537:4
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn first_set(symbol: &Symbol, grammar: &Grammar) -> Vec<Regex> {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.91s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "ef1660cada5cbb685f2af5a252f9329275308765fcd10558bfa96cf502c3fd0c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ef1660cada5cbb685f2af5a252f9329275308765fcd10558bfa96cf502c3fd0c", kill_on_drop: false }`
[INFO] [stdout] ef1660cada5cbb685f2af5a252f9329275308765fcd10558bfa96cf502c3fd0c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 774a519265dcee7f3db9c27904830ac61a44e671f449a99c3e805a47468eeeb0
[INFO] running `Command { std: "docker" "start" "-a" "774a519265dcee7f3db9c27904830ac61a44e671f449a99c3e805a47468eeeb0", kill_on_drop: false }`
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling uuid v1.19.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling multipart v0.18.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling moka v0.12.11
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling rouille v3.6.2
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling aufbau v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/logic/structure/ast.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::collections::{BTreeSet, HashSet};
[INFO] [stdout]   |                                  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NodeStatus`
[INFO] [stdout]   --> src/logic/structure/ast.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::logic::parse::arena::{ChildRef, NodeId, NodeStatus, ParseArena, Span};
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PrefixSoundnessResult`
[INFO] [stdout]   --> src/validation/completable/mod.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::validation::completability::{PrefixSoundnessResult, check_incremental_feed_replay};
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `segments` is never read
[INFO] [stdout]   --> src/logic/structure/ast.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct FusionForest<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     segments: &'a [Segment],
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_first_set` is never used
[INFO] [stdout]    --> src/logic/structure/ast.rs:457:4
[INFO] [stdout]     |
[INFO] [stdout] 457 | fn push_first_set(tokens: &mut Vec<(usize, Regex)>, next: Vec<Regex>, priority: usize) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `first_set` is never used
[INFO] [stdout]    --> src/logic/structure/ast.rs:537:4
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn first_set(symbol: &Symbol, grammar: &Grammar) -> Vec<Regex> {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `HashSet`
[INFO] [stdout]  --> src/logic/structure/ast.rs:8:34
[INFO] [stdout]   |
[INFO] [stdout] 8 | use std::collections::{BTreeSet, HashSet};
[INFO] [stdout]   |                                  ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `NodeStatus`
[INFO] [stdout]   --> src/logic/structure/ast.rs:10:52
[INFO] [stdout]    |
[INFO] [stdout] 10 | use crate::logic::parse::arena::{ChildRef, NodeId, NodeStatus, ParseArena, Span};
[INFO] [stdout]    |                                                    ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `PrefixSoundnessResult`
[INFO] [stdout]   --> src/validation/completable/mod.rs:15:41
[INFO] [stdout]    |
[INFO] [stdout] 15 | use crate::validation::completability::{PrefixSoundnessResult, check_incremental_feed_replay};
[INFO] [stdout]    |                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `segments` is never read
[INFO] [stdout]   --> src/logic/structure/ast.rs:28:5
[INFO] [stdout]    |
[INFO] [stdout] 25 | pub struct FusionForest<'a> {
[INFO] [stdout]    |            ------------ field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 28 |     segments: &'a [Segment],
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `push_first_set` is never used
[INFO] [stdout]    --> src/logic/structure/ast.rs:457:4
[INFO] [stdout]     |
[INFO] [stdout] 457 | fn push_first_set(tokens: &mut Vec<(usize, Regex)>, next: Vec<Regex>, priority: usize) {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `first_set` is never used
[INFO] [stdout]    --> src/logic/structure/ast.rs:537:4
[INFO] [stdout]     |
[INFO] [stdout] 537 | fn first_set(symbol: &Symbol, grammar: &Grammar) -> Vec<Regex> {
[INFO] [stdout]     |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 18.96s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "774a519265dcee7f3db9c27904830ac61a44e671f449a99c3e805a47468eeeb0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "774a519265dcee7f3db9c27904830ac61a44e671f449a99c3e805a47468eeeb0", kill_on_drop: false }`
[INFO] [stdout] 774a519265dcee7f3db9c27904830ac61a44e671f449a99c3e805a47468eeeb0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2939933fceb7b2167c6a55d8bdf289ece5c9867b0cccf7f2b7a008c2b73f04fe
[INFO] running `Command { std: "docker" "start" "-a" "2939933fceb7b2167c6a55d8bdf289ece5c9867b0cccf7f2b7a008c2b73f04fe", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `HashSet`
[INFO] [stderr]  --> src/logic/structure/ast.rs:8:34
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::collections::{BTreeSet, HashSet};
[INFO] [stderr]   |                                  ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `NodeStatus`
[INFO] [stderr]   --> src/logic/structure/ast.rs:10:52
[INFO] [stderr]    |
[INFO] [stderr] 10 | use crate::logic::parse::arena::{ChildRef, NodeId, NodeStatus, ParseArena, Span};
[INFO] [stderr]    |                                                    ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `PrefixSoundnessResult`
[INFO] [stderr]   --> src/validation/completable/mod.rs:15:41
[INFO] [stderr]    |
[INFO] [stderr] 15 | use crate::validation::completability::{PrefixSoundnessResult, check_incremental_feed_replay};
[INFO] [stderr]    |                                         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `segments` is never read
[INFO] [stderr]   --> src/logic/structure/ast.rs:28:5
[INFO] [stderr]    |
[INFO] [stderr] 25 | pub struct FusionForest<'a> {
[INFO] [stderr]    |            ------------ field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 28 |     segments: &'a [Segment],
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `push_first_set` is never used
[INFO] [stderr]    --> src/logic/structure/ast.rs:457:4
[INFO] [stderr]     |
[INFO] [stderr] 457 | fn push_first_set(tokens: &mut Vec<(usize, Regex)>, next: Vec<Regex>, priority: usize) {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `first_set` is never used
[INFO] [stderr]    --> src/logic/structure/ast.rs:537:4
[INFO] [stderr]     |
[INFO] [stderr] 537 | fn first_set(symbol: &Symbol, grammar: &Grammar) -> Vec<Regex> {
[INFO] [stderr]     |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `aufbau` (lib) generated 6 warnings (run `cargo fix --lib -p aufbau` to apply 3 suggestions)
[INFO] [stderr] warning: `aufbau` (lib test) generated 6 warnings (6 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.24s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/mod.rs (/opt/rustwide/target/debug/deps/aufbau-3debe490e8df4313)
[INFO] [stdout] 
[INFO] [stdout] running 282 tests
[INFO] [stdout] test logic::grammar::tests::expression_bindings_are_preserved ... ok
[INFO] [stdout] test logic::grammar::tests::fill_injects_synthetic_type_rules_for_delimited_unary_wrappers ... ok
[INFO] [stdout] test logic::grammar::tests::extend_input_preserves_call_argument_spacing ... ok
[INFO] [stdout] test logic::grammar::tests::literal_tokens_become_regex_symbols ... ok
[INFO] [stdout] test logic::grammar::tests::fill_preserves_existing_transparent_child_binding ... ok
[INFO] [stdout] test logic::grammar::tests::fill_injects_synthetic_type_rules_for_individual_unary_wrapper_productions ... ok
[INFO] [stdout] test logic::grammar::tests::fill_injects_synthetic_type_rules_for_unary_nonterminal_wrappers ... ok
[INFO] [stdout] test logic::grammar::tests::grammar_tracks_special_tokens_for_literals ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_full_lambda_expression ... ok
[INFO] [stdout] test logic::grammar::tests::regex_literals_round_trip ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_full_let_expression ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_identifier_is_keyword_prefix ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_identifier_containing_keyword ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_identifier_ending_in_keyword_prefix ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_keywords_match_exactly ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_full_if_expression ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_keyword_followed_by_space_and_identifier ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_partial_lambda_prefix_int ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_bool_standalone ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_ending_in_e ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_ending_in_f ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_ending_in_i ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_ending_in_t ... ok
[INFO] [stdout] test logic::grammar::tests::repetition_helpers_preserve_inner_binding_paths ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_nested_lambda_with_arrow_types ... ok
[INFO] [stdout] test logic::grammar::tests::repeated_binding_produces_multiple_paths ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_number_token_not_split ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_partial_arrow_after_typename ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_partial_keyword_at_end ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_partial_arrow_after_identifier ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_int_before_arrow ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_int_before_space ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_int_in_lambda ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_int_standalone ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::test_complete_special_token_not_partial ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::test_partial_special_token_at_end ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::test_tokenize_with_spans_positions ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::test_partial_special_token_in_lambda_type ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::fun_typename_int_before_dot ... ok
[INFO] [stdout] test logic::grammar::typing::imp::tests::arrow_associativity ... ok
[INFO] [stdout] test logic::grammar::tokenizer::tests::test_tokenize_with_special_tokens ... ok
[INFO] [stdout] test logic::parse::tests::dedup::complete_records_result_span_on_first_call ... ok
[INFO] [stdout] test logic::parse::tests::debug_smoke ... ok
[INFO] [stdout] test logic::grammar::typing::imp::tests::union_type_parses ... ok
[INFO] [stdout] test logic::grammar::typing::imp::tests::union_arrow_precedence ... ok
[INFO] [stdout] test logic::parse::tests::dedup::enqueue_process_deduplicates_identical_key ... ok
[INFO] [stdout] test logic::parse::tests::dedup::complete_wakes_waiter_for_each_distinct_completed_node ... ok
[INFO] [stdout] test logic::parse::tests::dedup::completed_nodes_records_all_semantic_nodes_at_same_span ... ok
[INFO] [stdout] test logic::parse::tests::dedup::enqueue_process_allows_different_syntactic_positions ... ok
[INFO] [stdout] test logic::grammar::typing::imp::tests::curried_function_application_types ... ok
[INFO] [stdout] test logic::parse::tests::dedup::parse_left_recursive_produces_bounded_node_count ... ok
[INFO] [stdout] test logic::parse::tests::dedup::complete_keeps_result_span_unique_but_allows_distinct_nodes ... ok
[INFO] [stdout] test logic::parse::tests::dedup::results_table_records_end_position_once ... ok
[INFO] [stdout] test logic::parse::tests::frontier::full_input_has_no_frontier_items ... ok
[INFO] [stdout] test logic::parse::tests::frontier::items_at_eof_go_to_frontier ... ok
[INFO] [stdout] test logic::parse::tests::frontier::empty_input_against_non_nullable_grammar_produces_partial_node ... ok
[INFO] [stdout] test logic::parse::tests::frontier::partial_node_has_concrete_type ... ok
[INFO] [stdout] test logic::parse::tests::frontier::partial_node_has_partial_status ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_alternatives_second_branch ... ok
[INFO] [stdout] test logic::parse::tests::frontier::frontier_item_cascades_completion_to_parent_waiter ... ok
[INFO] [stdout] test logic::parse::tests::frontier::item_at_beginning_of_input_does_not_go_to_frontier ... ok
[INFO] [stdout] test logic::parse::tests::parse::every_root_node_has_a_type ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_alternatives_first_branch ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_ambiguous_grammar_produces_multiple_roots ... ok
[INFO] [stdout] test logic::parse::tests::frontier::partial_input_produces_partial_node ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_direct_left_recursion_base_case ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_direct_left_recursion_extended ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_direct_left_recursion_terminates ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_empty_input_yields_no_complete_roots ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_returns_correct_text ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_epsilon_alternative_matches_empty_span ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_sequence_partial_input_yields_no_complete_root ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_epsilon_alternative_matches_non_empty_span ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_nested_nonterminals ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_single_terminal_succeeds ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_sequence_succeeds ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_single_terminal_wrong_input_returns_err ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_self_ambiguous_grammar ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_regex_terminal_rejects_non_match ... ok
[INFO] [stdout] test logic::parse::tests::parse::parse_regex_terminal_matches_pattern ... ok
[INFO] [stdout] test logic::parse::tests::parse::rejecting_all_typing_returns_err ... ok
[INFO] [stdout] test logic::parse::tests::parse::rejecting_typing_returns_err ... ok
[INFO] [stdout] test logic::parse::tests::parse::rejecting_typing_allows_other_branch ... ok
[INFO] [stdout] test logic::parse::tests::prune::seed_with_no_obligations_enqueues_all_alternatives ... ok
[INFO] [stdout] test logic::parse::tests::prune::seed_single_alt_enqueues_one ... ok
[INFO] [stdout] test logic::grammar::tests::stlc_abs_binding_paths_match_spec ... ok
[INFO] [stdout] test logic::parse::tests::prune::prune_does_not_introduce_alternatives_not_in_grammar ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_ewrap_bare_x ... ok
[INFO] [stdout] test logic::grammar::tests::extend_input_preserves_float_operator_spacing ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_let_x_prefix ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_ewrap_pre_x ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_let_int_in_x_complete ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_let_prefix_before_body ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_partial_identifier_prefix ... ok
[INFO] [stdout] test complexity::tests::weird_recursive_grammars_stay_bounded ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_stlc_identity_a ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_deep_x ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_imp_two_decls ... ok
[INFO] [stdout] test logic::grammar::tests::print_filled_grammar_for_inspection ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_epsilon_empty ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_epsilon_a ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_diamond_deep ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_mutual_number_42 ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_fun_float_partial ... ok
[INFO] [stdout] test logic::parse::tests::repro::trace_fun_apply_bool_context ... ignored, debug trace for application-path investigation
[INFO] [stdout] test logic::parse::tests::repro::trace_fun_apply_open_paren_prefix ... ignored, debug trace for application-prefix investigation
[INFO] [stdout] test logic::parse::tests::repro::trace_fun_float_op_prefix ... ignored, debug trace for fun float operator prefix
[INFO] [stdout] test logic::parse::tests::repro::trace_imp_context_flow_seq_decl_use ... ignored, debug trace for context-flow investigation
[INFO] [stdout] test logic::parse::tests::repro::trace_stlc_lambda_chain_ctx ... ignored, debug trace for lambda-scoped STLC chain
[INFO] [stdout] test logic::parse::tests::repro::trace_stlc_left_app_ctx ... ignored, debug trace for stlc left-application investigation
[INFO] [stdout] test logic::parse::tests::repro::trace_stlc_long_left_app_ctx ... ignored, debug trace for long left-application investigation
[INFO] [stdout] test logic::parse::tests::repro::trace_stlc_paren_double_app_prefix ... ignored, debug trace for parenthesized STLC app chain prefix
[INFO] [stdout] test logic::parse::tests::repro::trace_stlc_parseable_prefix_runner ... ignored, debug trace for parseable STLC prefix runner
[INFO] [stdout] test logic::parse::tests::repro::trace_stlc_prefixes_sequential ... ignored, debug trace for sequential STLC prefixes
[INFO] [stdout] test logic::parse::tests::repro::trace_toy_typed_value ... ignored, debug trace for toy typed value
[INFO] [stdout] test logic::parse::tests::repro::trace_transparent_unary_propagation ... ignored, debug trace for transparent unary propagation
[INFO] [stdout] test logic::parse::tests::repro::trace_weird_pre_prefix ... ignored, debug trace for epsilon-wrapped prefix investigation
[INFO] [stdout] test logic::parse::tests::status::context_transforms_flow_left_to_right_through_closed_children_only ... ok
[INFO] [stdout] test logic::parse::tests::status::eof_extensible_terminal_is_accepted_but_not_exact ... ok
[INFO] [stdout] test logic::parse::tests::status::exact_parse_requires_closed_root ... ok
[INFO] [stdout] test logic::parse::tests::status::interior_extensible_terminal_does_not_make_wrapper_open ... ok
[INFO] [stdout] test logic::grammar::tests::prop_fill_does_not_mark_mixed_nonterminals ... ok
[INFO] [stdout] test logic::parse::tests::status::parser_nodes_satisfy_documented_status_model ... ok
[INFO] [stdout] test logic::parse::tests::status::prefix_match_inside_input_is_dead_not_frontier_open ... ok
[INFO] [stdout] test logic::structure::tests::empty_ast_reports_empty_view ... ok
[INFO] [stdout] test logic::structure::tests::state_display_exposes_root_and_frontier_size ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_avoids_separator_when_token_boundaries_are_unambiguous ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_mutual_nested ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_error_leaves_extended_input_visible ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_union_partial ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_inserts_separator_between_adjacent_word_tokens ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_scoped_let ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_reparses_cached_ast_after_identifier_token ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_reparses_cached_ast_after_punctuation_token ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_sequence_matches_fresh_parse_after_each_step ... ok
[INFO] [stdout] test logic::typing::ops::tests::seed_only_binds_requested_names ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_with_context_uses_latest_bindings ... ok
[INFO] [stdout] test logic::typing::ops::tests::seed_preserves_existing_binding ... ok
[INFO] [stdout] test logic::typing::ops::tests::subtype_member_into_union ... ok
[INFO] [stdout] test logic::typing::ops::tests::unify_union_with_meta_member ... ok
[INFO] [stdout] test logic::typing::ops::tests::subtype_union_not_into_single_member ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_imp_assign_int ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_toy_concat ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_stlc_partial_lambda ... ok
[INFO] [stdout] test logic::typing::tests::invariants::empty_variable_prefix_is_accepted_as_unknown_not_contradiction ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_fun_partial_add ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_mutual_partial_bind ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_fun_prefix_lambda_app_open_paren ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_fun_integer ... ok
[INFO] [stdout] test logic::parse::tests::repro::repro_weird_stmt_empty_block ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_and_feed_with_match_fresh_context_parse ... ok
[INFO] [stdout] test logic::typing::tests::invariants::unifier_rejects_direct_occurs_bind ... ok
[INFO] [stdout] test logic::typing::tests::invariants::transparent_unary_ruleless_root_inherits_child_type ... ok
[INFO] [stdout] test logic::typing::tests::invariants::transparent_delimited_wrapper_inherits_child_type ... ok
[INFO] [stdout] test logic::typing::tests::obligation::constrained_productions_uses_obligation_alternative_constraints ... ok
[INFO] [stdout] test logic::typing::tests::obligation::child_root_tracks_absolute_tree_position ... ok
[INFO] [stdout] test logic::typing::tests::obligation::create_obligations_reads_rule_bindings_from_grammar ... ok
[INFO] [stdout] test logic::typing::ops::tests::prop_seed_binds_each_name_at_most_once ... ok
[INFO] [stdout] test logic::typing::tests::invariants::closed_int_left_operand_does_not_reopen_for_float_operator ... ok
[INFO] [stdout] test logic::typing::tests::obligation::step_obligations_advances_only_matching_paths ... ok
[INFO] [stdout] test complexity::tests::random_stlc_application_chains_stay_bounded ... ok
[INFO] [stdout] test logic::typing::tests::obligation::resolve_nonterminal_obligations_captures_child_type ... ok
[INFO] [stdout] test logic::typing::tests::obligation::step_seed_obligations_filters_to_seed_alternative ... ok
[INFO] [stdout] test logic::synth::tests::feed::feed_preserves_token_sequence_for_original_input ... ok
[INFO] [stdout] test logic::typing::tests::invariants::mixed_nonterminal_unary_alt_inherits_child_type ... ok
[INFO] [stdout] test logic::typing::tests::invariants::ruleless_multichild_root_has_any_type ... ok
[INFO] [stdout] test logic::grammar::tests::prop_fill_marks_pure_unary_wrapper_nonterminals ... ok
[INFO] [stdout] test logic::typing::tests::invariants::unresolved_meta_is_not_exported_as_final_chain_type ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_clean_preserves_acceptance ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_clean_with_unreachable_states ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_clean_idempotent ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_is_accepting ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_from_nfa ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_operations_difference ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_operations_complex ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_operations_complement ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_clean_basic ... ok
[INFO] [stdout] test logic::typing::tests::runtime::finalize_resolves_output_context_types_before_export ... ok
[INFO] [stdout] test complexity::tests::random_imp_declaration_blocks_stay_bounded ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_derive ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_operations_union ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_operations_intersection ... ok
[INFO] [stdout] test regex::test::common_patterns ... ok
[INFO] [stdout] test regex::dfa::tests::test_dfa_operations_symmetric_difference ... ok
[INFO] [stdout] test regex::nfa::tests::test_build_from_regex ... ok
[INFO] [stdout] test regex::test::any_of_creates_char_class ... ok
[INFO] [stdout] test regex::test::cat_concatenates ... ok
[INFO] [stdout] test regex::test::complex_pattern ... ok
[INFO] [stdout] test regex::test::deriv_concat ... ok
[INFO] [stdout] test regex::test::deriv_star ... ok
[INFO] [stdout] test regex::test::deriv_range ... ok
[INFO] [stdout] test regex::test::deriv_union ... ok
[INFO] [stdout] test regex::test::empty_never_matches ... ok
[INFO] [stdout] test regex::test::equiv_compares_simplified ... ok
[INFO] [stdout] test regex::test::derivative_full_string ... ok
[INFO] [stdout] test regex::test::literal_creates_char_sequence ... ok
[INFO] [stdout] test regex::test::literal_empty_is_epsilon ... ok
[INFO] [stdout] test logic::typing::tests::runtime::descend_extends_context_with_constant_type ... ok
[INFO] [stdout] test regex::test::examples_returns_multiple ... ok
[INFO] [stdout] test regex::test::example_returns_valid_string ... ok
[INFO] [stdout] test logic::typing::tests::runtime::descend_resolves_type_binding_before_context_extension ... ok
[INFO] [stdout] test regex::test::epsilon_only_empty ... ok
[INFO] [stdout] test regex::test::is_nullable_checks_matches_epsilon ... ok
[INFO] [stdout] test logic::typing::tests::runtime::finalize_rejects_closed_ascription_mismatch ... ok
[INFO] [stdout] test regex::test::matches_basic ... ok
[INFO] [stdout] test regex::test::nested_star ... ok
[INFO] [stdout] test regex::test::new_parses_patterns ... ok
[INFO] [stdout] test regex::test::or_creates_union ... ok
[INFO] [stdout] test regex::test::is_empty_checks_empty ... ok
[INFO] [stdout] test regex::test::prefix_match_complete ... ok
[INFO] [stdout] test regex::test::opt_makes_optional ... ok
[INFO] [stdout] test regex::test::prefix_match_extensible ... ok
[INFO] [stdout] test regex::test::prefix_match_no_match ... ok
[INFO] [stdout] test regex::test::prefix_match_valid_prefix ... ok
[INFO] [stdout] test regex::test::product_empty_is_epsilon ... ok
[INFO] [stdout] test regex::test::simplify_dedupes_union ... ok
[INFO] [stdout] test regex::test::product_traced_tracks_indices ... ok
[INFO] [stdout] test regex::test::simplify_propagates_empty ... ok
[INFO] [stdout] test regex::test::simplify_removes_epsilon ... ok
[INFO] [stdout] test regex::test::test_match_len ... ok
[INFO] [stdout] test regex::test::union_many_unions ... ok
[INFO] [stdout] test regex::test::to_pattern_roundtrips ... ok
[INFO] [stdout] test regex::test::valids_generates_matching_strings ... ok
[INFO] [stdout] test regex::test::star_creates_kleene_star ... ok
[INFO] [stdout] test regex::test::valids_respects_max_length ... ok
[INFO] [stdout] test validation::completability::tests::sound_complete_reports_failing_prefix_when_feed_rejects_next_token ... ok
[INFO] [stdout] test validation::completability::tests::sound_complete_accepts_typed_identifier_replay ... ok
[INFO] [stdout] test regex::test::concat_many_chains ... ok
[INFO] [stdout] test regex::test::deriv_char_match ... ok
[INFO] [stdout] test regex::test::plus_requires_at_least_one ... ok
[INFO] [stdout] test regex::test::product_basic ... ok
[INFO] [stdout] test validation::completability::tests::check_feed_soundness_replays_tokens_and_rejects_bad_alternatives ... ok
[INFO] [stdout] test validation::completability::tests::sound_complete_accepts_context_extending_let_prefix ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_empty_prefix ... ok
[INFO] [stdout] test logic::typing::tests::invariants::closed_parenthesized_int_expr_does_not_reopen_for_float_operator ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_literals ... ok
[INFO] [stdout] test validation::completable::arithmetic::check_completable ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_variables ... ok
[INFO] [stdout] test validation::completable::weird::check_ambiguous_completable ... ok
[INFO] [stdout] test logic::typing::tests::invariants::prop_bridge_wrapper_inherits_child_type ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_prefixes ... ok
[INFO] [stdout] test validation::completable::weird::check_chain_typed_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_child_context_typed_completable ... ok
[INFO] [stdout] test validation::completable::toy::check_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_cyclic_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_context_export_typed_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_epsilon_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_epsilon_typed_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_long_production_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_regex_typed_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_right_recursive_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_mutual_typed_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_typed_simple_completable ... ok
[INFO] [stdout] test validation::completable::weird::check_diamond_typed_completable ... ok
[INFO] [stdout] test validation::parseable::arithmetic::invalid_expressions_arithmetic ... ok
[INFO] [stdout] test validation::completable::weird::check_union_typed_completable ... ok
[INFO] [stdout] test validation::parseable::fun::debug_fun_failures ... ignored, debug helper for investigating specific fun prefixes
[INFO] [stdout] test validation::completable::weird::check_context_extending_completable ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_float_arithmetic ... ok
[INFO] [stdout] test validation::completable::weird::check_scoped_typed_completable ... ok
[INFO] [stdout] test validation::parseable::arithmetic::valid_expressions_arithmetic ... ok
[INFO] [stdout] test logic::typing::tests::invariants::prop_ruleless_multichild_stays_any ... ok
[INFO] [stdout] test validation::parseable::fun::invalid_expressions_fun ... ok
[INFO] [stdout] test validation::parseable::stlc::invalid_expressions_stlc ... ok
[INFO] [stdout] test validation::parseable::toy::invalid_expressions_toy ... ok
[INFO] [stdout] test validation::parseable::stlc::left_recursive_application_tests ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_parenthesized ... ok
[INFO] [stdout] test validation::parseable::toy::valid_expressions_toy ... ok
[INFO] [stdout] test validation::completable::weird::check_deep_nesting_completable ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_integer_arithmetic ... ok
[INFO] [stdout] test validation::parseable::imp::invalid_expressions_imp ... ok
[INFO] [stdout] test validation::parseable::stlc::valid_expressions_stlc ... ok
[INFO] [stdout] test validation::parseable::imp::valid_expressions_imp ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_lambda ... ok
[INFO] [stdout] test validation::parseable::weird::check_weird_parseable ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_let ... ok
[INFO] [stdout] test validation::completable::stlc::check_completable ... ok
[INFO] [stdout] test validation::parseable::fun::valid_expressions_fun ... ok
[INFO] [stdout] test logic::typing::tests::invariants::prop_generated_stlc_chains_parse_and_resolve ... ok
[INFO] [stdout] test logic::typing::tests::invariants::prop_generated_stlc_chain_prefixes_parse ... ok
[INFO] [stdout] test validation::completable::imp::check_completable ... ok
[INFO] [stdout] test validation::completable::fun::check_completable_application ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 268 passed; 0 failed; 14 ignored; 0 measured; 0 filtered out; finished in 12.79s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/aufbau-9fb679e2e6b4cbf7)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests aufbau
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2939933fceb7b2167c6a55d8bdf289ece5c9867b0cccf7f2b7a008c2b73f04fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2939933fceb7b2167c6a55d8bdf289ece5c9867b0cccf7f2b7a008c2b73f04fe", kill_on_drop: false }`
[INFO] [stdout] 2939933fceb7b2167c6a55d8bdf289ece5c9867b0cccf7f2b7a008c2b73f04fe
